gtk/utils: Include stdio.h
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 17 Oct 2016 13:51:16 +0000 (14:51 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 17 Oct 2016 13:51:16 +0000 (14:51 +0100)
We need it because of the declaration using FILE*.

gtk/gtkutilsprivate.h

index a498c74fd9ec910d41a825a507c128090675f494..9cc6be0c1a73773c38556f201f899dcbe7b4dcfe 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __GTKUTILS_H__
 #define __GTKUTILS_H__
 
+#include <stdio.h>
 #include <glib.h>
 
 G_BEGIN_DECLS